Contribution org.nuxeo.ecm.platform.threed.layouts--actions
In component org.nuxeo.ecm.platform.threed.layouts
org.nuxeo.ecm.platform.threed.layouts
inside nuxeo-platform-3d-jsf-9.10.jar /OSGI-INF/threed-layouts-contrib.xml
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action id="summary_threed_viewer" order="50" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_threed_viewer</property>
</properties>
<filter-id>hasThreeDFacet</filter-id>
</action>
<action id="summary_threed_transmission_format" order="60" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_threed_transmission_format</property>
</properties>
<filter-id>hasThreeDFacet</filter-id>
</action>
<action id="summary_threed_render_view" order="340" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_threed_render_view</property>
</properties>
<filter-id>hasThreeDFacet</filter-id>
</action>
</extension>